Fix typo in transform doc.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 30 Mar 2011 16:48:26 +0000 (16:48 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 30 Mar 2011 16:48:26 +0000 (16:48 +0000)
gpsbabel/xmldoc/filters/transform.xml

index ddb82ca11fc09273763387630712f635b49c7adc..e8e93bc93352e23c955efa15839c016ef222f28a 100644 (file)
@@ -10,7 +10,7 @@
 <para>
   The following example show you how to create a route from a waypoint table.
 </para>
-  <para><userinput>gpsbabel -i csv waypts.txt -x transform,rte=wpt -o gpx -F route.gpx</userinput></para>
+  <para><userinput>gpsbabel -i csv -f waypts.txt -x transform,rte=wpt -o gpx -F route.gpx</userinput></para>
 <para>
   Only the first letter of option value decides which transformation will be done.
   Depending on the used option it can be only 'W' for waypoints, 'R' for routes or